A script showing how it is possible to have multiple event handlers. Load input1 first with "/load input1" and then "/load input2" You will see both input handlers being icalled n the order they were loaded. The processing of an event stops when the first handler returns true, meaning that the event was completely processed.